1 HARSock Control 2 HARSock Property Page 100 General 102 Windows sockets initialization failed. 10004 WSAEINTR 10009 WSAEBADF 10013 WSAEACCES, the requested address is a broadcast address, but the appropriate flag was not set. 10014 WSAEFAULT, Internal Socket Error. 10022 WSAEINVAL, the Socket has not properly bound to an address with Bind. 10024 WSAEMFILE, no more file descriptors are available. 10035 WSAEWOULDBLOCK 10036 WSAEINPROGRESS, a Blocking Windows Socket call in progress. 10037 WSAEALREADY 10038 WSAENOTSOCK, the descriptor is not a Socket. 10039 WSAEDESTADDRREQ, a destination address is required. 10040 WSAEMSGSIZE, the Socket is of type Datagram, and the datagram is larger than the maximum supoorted by the Windows Sockets implementation. 10041 WSAEPROTOTYPE 10042 WSAENOPROTOOPT 10043 WSAEPROTONOSUPPORT 10044 WSAESOCKTNOSUPPORT 10045 WSAEOPNOTSUPP, Socket is not of type Socket Stream. 10046 WSAEPFNOSUPPORT 10047 WSAEAFNOSUPPORT, the address in the specified family cannot be used with this socket. 10048 WSAEADDRINUSE, the specified address is already in use. 10049 WSAEADDRNOTAVAIL, the specified address is not avilable from the local machine. 10050 WSAENETDOWN, the Windows Sockets detected that the network subsystem failed. 10051 WSAENETUNREACH, the network cannot be reached from this host at this time. 10052 WSAENETRESET, the connection must be reset becasue the Windows Sockets implementation dropped it. 10053 WSAECONNABORTED, the connection was aborted due to timeout or other failure. 10054 WSAECONNRESET, the connection was reset by the remote side. 10055 WSAENOBUFS, no buffer space is available. The Socket cannot be connected. 10056 WSAEISCONN, the Socket is already connected. 10057 WSAENOTCONN, the Socket is not connected. 10058 WSAESHUTDOWN, the Socket has been shutdown, it is not possible to call SEND on a shutdown socket. 10059 WSAETOOMANYREFS 10060 WSAETIMEDOUT, the operation has timed out. 10061 WSAECONNREFUSED, the attempt to connect was forecefully rejected. 10062 WSAELOOP 10063 WSAENAMETOOLONG 10064 WSAEHOSTDOWN 10065 WSAEHOSTUNREACH 10066 WSAENOTEMPTY 10067 WSAEPROCLIM 10068 WSAEUSERS 10069 WSAEDQUOT 10070 WSAESTALE 10091 WSASYSNOTREADY 10092 WSAVERNOTSUPPORTED 10093 WSANOTINITIALISED, Windows Sockets not installed. 10101 WSAEDISCON 10102 Cannot Send, Buffer is full.